fix(si): add govulncheck, gitleaks, and gosec CI workflows#36
fix(si): add govulncheck, gitleaks, and gosec CI workflows#36theautoroboto wants to merge 1 commit into
Conversation
FedRAMP SI-02, RA-05, IA-05(7), and SA-11(1) require automated vulnerability scanning, secret detection, SAST analysis, and regular dependency patching in the CI pipeline. .github/workflows/fedramp-security-scan.yml: - govulncheck (SI-02/RA-05): detects reachable Go CVEs on every PR - gitleaks (IA-05(7)): scans full git history for leaked secrets - gosec (SA-11(1)): SAST with SARIF upload to GitHub Code Scanning .github/dependabot.yml (RA-05): - Weekly automated PRs for Go modules and GitHub Actions pins Jira: ROSAENG-367, ROSAENG-368, ROSAENG-369, ROSAENG-371
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: theautoroboto The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
FedRAMP Remediation — SI-02 / RA-05 / IA-05(7) / SA-11: Vulnerability Scanning and Secret Detection
Jira: ROSAENG-367, ROSAENG-368, ROSAENG-369, ROSAENG-371
Epic: ROSAENG-287
Finding
No automated vulnerability scanning, secret detection, or static analysis workflows exist in CI. This fails SI-02 (flaw remediation), RA-05 (vulnerability scanning), IA-05(7) (authenticator management), and SA-11 (developer security testing).
Change
Added
.github/workflows/fedramp-security-scan.ymlwith three jobs:govulncheck— Go vulnerability scanning (SI-02, RA-05)secret-scanvia gitleaks-action@v2 — secret/credential detection (IA-05(7))gosecwith SARIF upload — static security analysis (SA-11(1))Added
.github/dependabot.yml— weekly automated dependency PRs forgomodandgithub-actions(RA-05).Runs on push and PR to
main.References
🤖 Generated by fedramp-compliance agent on 2026-04-22